projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3754bbd
)
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
author
Kim F. Storm
<storm@cua.dk>
Mon, 15 Aug 2005 12:22:43 +0000
(12:22 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 15 Aug 2005 12:22:43 +0000
(12:22 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 65dd4cbcea6ff1b0bef07400d5731ff0b9f2c31f..3133ef23daccbf3340aa99548e0beaac1541ad61 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1813,7
+1813,7
@@
extern int interrupt_input_pending;
Lisp_Object flag = Vquit_flag; \
Vquit_flag = Qnil; \
if (EQ (Vthrow_on_input, flag)) \
- Fthrow (Vthrow_on_input, Q
nil);
\
+ Fthrow (Vthrow_on_input, Q
t);
\
Fsignal (Qquit, Qnil); \
} \
} while (0)